home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 August 15
/
CD [VMAG950815].bin
/
epson
/
print.dxr
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-06-14
|
212 b
|
14 lines
on mouseDown
puppetSound("CLICK")
puppetSprite(7, 1)
set the castNum of sprite 7 to 13
if not rollOver(7) then
puppetSprite(7, 0)
end if
end
on mouseUp
puppetSprite(7, 0)
go("A", "M800CK")
end